2020 Constructor
Changes 4
C

ElementParameterFilter(IList(FilterRule), Boolean)

Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.
Overloads (4):
public ElementParameterFilter(
	IList<FilterRule> filterRules,
	bool inverted
)